home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / nc_mm005.geo / 00068.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  494 b   |  29 lines

  1. on startMovie
  2.   Set_CDcounter(1)
  3.   initLesson()
  4.   TheinitCursor()
  5.   CheckForTagWd()
  6.   set_CurrLogic(EMPTY)
  7. end
  8.  
  9. on SaveSeenScreens
  10. end
  11.  
  12. on TheinitCursor
  13.   initCursorCastNum()
  14.   initCursorList(1)
  15.   set CursorCastNum to getCursor(2)
  16.   cursor([CursorCastNum, CursorCastNum + 1])
  17. end
  18.  
  19. on checkScreenStatus
  20.   CheckRollOver()
  21.   CheckSnakeStatus()
  22.   go(the frame)
  23. end
  24.  
  25. on PressBtn theBtn
  26.   Set_PressedLast(theBtn)
  27.   switchButt(Get_AnsSprite() + theBtn - 1, "down" & theBtn, "HandleBtn" && theBtn)
  28. end
  29.